home *** CD-ROM | disk | FTP | other *** search
- TimeMonitor = {
- ACTIONS = {
- "beginTiming:" = "beginTiming:";
- "endTiming:" = "endTiming:";
- "orderOut:" = "orderOut:";
- "stop:" = "stop:";
- };
- OUTLETS = {
- appIconButton = appIconButton;
- cancelButton = cancelButton;
- doneField = doneField;
- gaugeView = gaugeView;
- titleTextField = titleTextField;
- window = window;
- };
- SUPERCLASS = Object;
- };
- GaugeView = {
- OUTLETS = {
- backgroundGray = backgroundGray;
- borderType = borderType;
- gaugeGray = gaugeGray;
- percentage = percentage;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- SplashTimeMonitor = {
- ACTIONS = {};
- OUTLETS = {userNameField = userNameField; versionField = versionField; };
- SUPERCLASS = TimeMonitor;
- };
-